html,
body {
	font-family: '微软雅黑', sans-serif;
	font-size: 100%;
	background: #FFf;
	overflow-x: hidden;
}

body a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

img {
	max-width: 100%;
}


/* define bootstrap 5 columns */

.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}

.col-xs-1-5 {
	width: 20%;
	float: left;
}

@media (min-width: 768px) {
	.col-sm-1-5 {
		width: 20%;
		float: left;
	}
}

@media (min-width: 992px) {
	.col-md-1-5 {
		width: 20%;
		float: left;
	}
}

@media (min-width: 1200px) {
	.col-lg-1-5 {
		width: 20%;
		float: left;
	}
}


/*字体配置*/

@font-face {
	font-family: 'Glyphicons Halflings';
	src: url('../fonts/glyphicons-halflings-regular.eot');
	src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-moz-osx-font-smoothing: grayscale;
}


/*-----start-header----*/

.header {
	width: 100%;
}

.logo a:hover {
	text-decoration: none;
}


/*----language----*/

.language {
	text-align: right;
	margin-top: 8px;
	margin-bottom: 8px;
	padding-right: 5%;
}

.language>span {
	color: #FFF;
	background-color: #000;
	border-radius: 6px;
	padding: 3px;
	font-size: 85%;
}

.language>span>a {
	color: #FFF;
	text-decoration: none;
	font-size: 85%;
}


/*----navbar-nav----*/

.top-nav>.container>.collapse>ul>li>a {
	color: #00928F;
	padding: 0.2em 1.5em;
	font-size: 0.975em;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	font-weight: 900;
        min-width: 152px;
}

.dropdown>a {
	white-space: nowrap;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 152px;
	padding: 0 0;
	margin: 0 0;
	list-style: none;
	background: none;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	width: 100% !important;
}

.dropdown-menu>li>a {
	font-size: 14px;
	line-height: 27px;
	color: #7A7C7E;
	padding: 0.2em 1.5em;
	font-size: 0.975em;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	font-weight: 900;
	background-color: #FFF;
	opacity: 0.72;
	white-space: normal;
}

.dropdown-menu .divider {
	height: 1px;
	margin: 0;
	padding: 1px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.top-nav ul li a {
		padding: 0.2em 10px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.top-nav ul li a {
		padding: 0.2em 5px;
	}
}

.top-nav>.container>.collapse>ul>li>a:hover {
	color: #fff;
	opacity: 1;
	background-color: #00928F;
}

.logo a {
	display: block;
}


/* top-nav */

.top-nav:before,
.top-nav:after {
	content: " ";
	display: table;
}

.top-nav:after {
	clear: both;
}

nav {
	position: relative;
	float: right;
}

nav ul {
	padding: 0;
	float: right;
	margin-top: 1.5em;
	margin-bottom: 0;
}

nav li {
	display: inline;
	float: left;
	position: relative;
}

nav a {
	color: #018D91;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	line-height: 57px;
}

nav a:hover {
	text-decoration: none;
	color: #00A2C1;
}

nav a#pull {
	display: none;
}

#homepage {}


/*Styles for screen 600px and lower*/

@media screen and (max-width: 768px) {
	nav {
		height: auto;
		float: none;
	}
	nav ul {
		width: 100%;
		display: block;
		height: auto;
	}
	nav li {
		width: 100%;
		position: relative;
		float: none;
	}
	nav li a {
		border-bottom: 1px solid #eee;
	}
	nav a {
		text-align: left;
		width: 100%;
	}
	.top-nav ul li a {}
	.top-nav ul li span {
		display: none;
	}
}


/*Styles for screen 515px and lower*/

@media only screen and (max-width: 768px) {
	.logo img {
		max-width: 300px;
	}
	nav {
		border-bottom: 0;
		float: none;
	}
	nav ul {
		display: none;
		height: auto;
		margin: 0;
		background: #fff;
	}
	nav a#pull {
		display: block;
		position: relative;
		color: #009390;
		text-align: right;
		position: absolute;
	}
	nav a#pull img {
		margin-right: 2%;
		line-height: 2.5em;
	}
	.top-nav ul {
		background: #fff;
	}
	.top-nav ul li a {
		color: #2C3E50;
		line-height: 2.5em;
		opacity: 1;
	}
	.aboutUs {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.footerBarcode {
		margin: 20px auto !important;
	}
	.nav-justified > .dropdown .dropdown-menu{
		position: relative;
	}
	.navbar-collapse.in {
	    overflow-y: visible;
	}
	.language{
	    display: none !important;
	}
	.languageMenu{
		display: block !important;
	}
	.product {
	    padding-top: 20px !important;
	    padding-bottom: 20px !important;
	}
	.slogn .column{
		font-size: 16px !important;
		letter-spacing: 1px !important;
	}
	.slogn span{
		display: block;
	}
	.slogn #comma{
		display: none;
	}
	.footer>.container>.row>.column>.row>.column{
		height: auto !important;
		text-align: center;
	}
	.footer>.container>.row>.column>.row>.column>.row{
		position: relative !important;
	}
	.footer>.container>.row>.column>.row>.column>.row>.column>.row>.column{
		border-left: 0px !important;
		margin-bottom: 10px !important;
	}
	.footer>.container>.row>.column>.row>.column>.row>.column>.row>.column>img{
		height: 44px !important;
		width: auto !important;
	}
	.wechat{
		padding-top: 0px !important;
		text-align: center !important;
	}
	.list-inline > li {
	    padding-right: 0px !important; 
	    padding-left: 0px !important;
	    line-height: 30px !important;
	}
	.aboutUsBackground {
	    background-image: none !important;
	}
	.navbar-toggle {
		position: absolute !important;
	    right: -9px !important;
	    top: -64px !important;
	}
	.gjhyInfoTitle {
	    margin-top: 5% !important;
	}
	.gjhyInfoDoc {
		white-space: nowrap !important;
		padding: 0 !important;
	}
	.kjccPng img {
	    width: 100%;
	}
	.kjccTitle, .kjccSplit {
		display: none !important;
	}
	.kjccTit {
		display: block !important;
		text-align: center !important;
		font-size: 16px !important;
		color: #333 !important;
		font-weight: bold !important;
	}
	.kjccDoc {
	    height: auto !important;
	    margin-top: 10px !important;
	}
	.img-rounded {
		width: 100% !important;
	}
	.fwzxAction{
		height: auto !important;
	}
	.helpDiv {
	    height: 35px !important;
	}
	.helpBtn {
	    right: 0 !important;
	}
        .gsjsDoc {
	    margin: 10px 0 0 0;
	}
        .gsjsPic {
		height: auto !important;
	}
}


/*Smartphone*/

@media only screen and (max-width: 320px) {
	nav {
		float: none;
	}
	nav li {
		display: block;
		float: none;
		width: 100%;
	}
	nav li a {
		border-bottom: 1px solid #EEE;
	}
}


/*轮播图*/

.carousel-inner img {
	width: 100%;
}

#banner img {
	width: 100%;
}

.carousel-control.left, .carousel-control.right{
	background: none !important;
}

/*---- banner ----*/

.banner {
	position: relative;
	/*background: url(../images/home_bg1.jpg) center bottom no-repeat;
	background-size: cover;
	overflow: hidden;
	background-size: cover;*/
}

.bannerin {
	position: relative;
	/*background: url(../images/bannerin.jpg) center bottom no-repeat;
	background-size: cover;
	overflow: hidden;
	background-size: cover;*/
}

.banner-info {
	position: absolute;
	left: 50%;
	top: 25%;
	margin-left: -255px;
}


/*-- //banner ----*/


/*产品服务*/

.product {
	position: relative;
	background-image: url(../../img/productBackground.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	-moz-background-size: 100%;
	overflow: hidden;
	padding-top: 50px;
	padding-bottom: 50px;
}

.productName {
	font-weight: bold;
	font-size: 18px;
	color: #000;
}

.productName:hover {
	color: #00928F;
	text-decoration: none;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.productPic {
	width: 100%;
	height: 40px;
	margin: 10px auto;
}

.productPic img {
	height: 40px;
	cursor: pointer;
	transition: all 0.6s;
}

.productName:hover img {
	transform: scale(1.4);
}

.product .column {
	text-align: center;
}

.product .text-center {
	padding-top: 5px;
	color: #454545;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}


/*首页banner*/

.slogn {
	position: relative;
	background-image: url(../../img/slognBackground.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	-moz-background-size: 100% 100%;
	overflow: hidden;
	padding-top: 30px;
	padding-bottom: 30px;
	/*line-height: 110px;*/
}

.slogn .text-center {
	color: #FFF;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 6px;
	cursor: auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	animation: bounceInLeft 1s 1 cubic-bezier(0.215, 0.610, 0.355, 1.000);
}


/*进入动画效果*/

@keyframes bounceInLeft {
	0% {
		opacity: 0;
		transform: translate3d(-1000px, 0, 0);
	}
	60% {
		opacity: 1;
		transform: translate3d(25px, 0, 0);
	}
	75% {
		transform: translate3d(-10px, 0, 0);
	}
	90% {
		transform: translate3d(5px, 0, 0);
	}
	100% {
		transform: none;
	}
}

@keyframes bounceInRight {
	0% {
		opacity: 0;
		transform: translate3d(1000px, 0, 0);
	}
	60% {
		opacity: 1;
		transform: translate3d(-25px, 0, 0);
	}
	75% {
		transform: translate3d(10px, 0, 0);
	}
	90% {
		transform: translate3d(-5px, 0, 0);
	}
	100% {
		transform: none;
	}
}

@keyframes bounceInBottom {
	0% {
		opacity: 0;
		transform: translate3d(0, 1000px, 0);
	}
	60% {
		opacity: 1;
		transform: translate3d(0, -25px, 0);
	}
	75% {
		transform: translate3d(0, 10px, 0);
	}
	90% {
		transform: translate3d(0, -5px, 0);
	}
	100% {
		transform: none;
	}
}

@keyframes bounceInTop {
	0% {
		opacity: 0;
		transform: translate3d(0, -1000px, 0);
	}
	60% {
		opacity: 1;
		transform: translate3d(0, 25px, 0);
	}
	75% {
		transform: translate3d(0, -10px, 0);
	}
	90% {
		transform: translate3d(0, 5px, 0);
	}
	100% {
		transform: none;
	}
}

@keyframes bounceOutBottom {
	0% {
		transform: none;
	}
	20% {
		transform: translate3d(0, -60px, 0);
	}
	40% {
		transform: translate3d(0, -120px, 0);
	}
	60% {
		transform: translate3d(0, -240px, 0);
	}
	80% {
		opacity: 1;
		transform: translate3d(0, -480px, 0);
	}
	100% {
		opacity: 0;
		transform: translate3d(0, -1000px, 0);
		display: none;
	}
}

@keyframes bounceOutTop {
	0% {
		transform: none;
	}
	20% {
		transform: translate3d(0, 60px, 0);
	}
	40% {
		transform: translate3d(0, 120px, 0);
	}
	60% {
		transform: translate3d(0, 240px, 0);
	}
	80% {
		opacity: 1;
		transform: translate3d(0, 480px, 0);
	}
	100% {
		opacity: 0;
		transform: translate3d(0, 1000px, 0);
		display: none;
	}
}


/*首页关于我们*/

.aboutUs {
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
	cursor: auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.aboutUsBackground {
	position: absolute;
	background-image: url(../../img/aboutUsBackground.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: top;
	-moz-background-size: 100% 100%;
	overflow: hidden;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	animation: bounceInRight 1s 1 cubic-bezier(0.215, 0.610, 0.355, 1.000)
}

.aboutUs>.row {
	animation: bounceInLeft 1s 1 cubic-bezier(0.215, 0.610, 0.355, 1.000)
}

.aboutUsTitle {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 2px;
	padding-bottom: 2px;
	border-bottom: 2px solid #00928F;
}

.aboutUsDesc {
	margin: 12px 0;
	line-height: 20px;
	letter-spacing: 1px;
	font-size: 13px;
	font-weight: 600;
	color: #7a7c7e;
}

.aboutUsMore {
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-size: 13px;
	padding: 2px 10px;
	border-radius: 10px;
	background-color: #00928F;
}

.aboutUsMore:hover {
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-size: 13px;
	padding: 2px 10px;
	border-radius: 10px;
	background-color: #00928F;
}


/*全局footer*/

.footer {
	background-color: #00928F;
	color: #FFF;
	padding-top: 20px;
}

.footerPic {
	width: 100%;
	margin: 20px auto;
	text-align: center;
}

.footerCoInfo {
	font-size: 13px;
	border-right: 1px solid #FFF;
}

.footerBarcode {
	width: 100%;
	margin: -10px 0 0 0;
	text-align: center;
}

.footerBarcodeInfo {
	font-size: 13px;
	letter-spacing: 2px;
}

.footer>.row {
	border-top: 1px solid rgba(255, 255, 255, 0.6);
	padding-top: 10px;
	margin-top: 20px;
}
.list-inline > li {
    display: inline-block;
    padding-right: 0px;
    padding-left: 0px;
}

/*国际货运*/

.gjhyTitle {
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 32px;
}
.gjhyTitle>a:hover {
	color: #00928F;
    text-decoration: none;
}
.current>a {
	color: #00928F;
	text-decoration: none;
}

.gjkyTitleIcon {
	font-size: 32px;
	color: #7a7c7e;
}

.gjhyTitle>hr {
	border: 2px solid #00928F;
	width: 65px;
	margin: 0 auto;
}

.serviceTitle>span {
	color: #FFFFFF;
	background-color: #00928F;
	padding: 4px 12px;
}

.serviceTitle {
	margin: 30px 0;
}

.gjhyDoc,
.gjkyDoc,
.gjhaiyDoc {
	color: #7a7c7e;
	line-height: 28px;
}

.gjkySlogan,
.gjhaiySlogan {
	font-size: 32px;
	color: #00928F;
	margin-bottom: 30px;
}

.gjhyInfShadow {
	box-shadow: 2px 2px 5px 0px #d7d7d7;
	padding: 30px 10px;
	margin: 30px 0;
}

.gjhyInfo img {
	display: block;
}

.gjhyInfo>div {
	display: block;
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.gjhyInfoTitle {
	font-size: 32px;
	color: #00928F;
	margin-bottom: 10px;
}

.gjhyInfoTitle {
	font-size: 24px;
	font-weight: bold;
	color: #00928F;
	margin-bottom: 10px;
	margin-top: 10%;
}

.gjhyInfoTitle>img {
	height: 30px;
	margin: 0 auto;
}

.gjhyInfoTitle>span {
	padding-bottom: 2px;
	border-bottom: 2px solid #00928F;
}

.gjhyInfoDoc {
	color: #7a7c7e;
	font-size: 18px;
	line-height: 28px;
	padding: 1% 25%;
	white-space: nowrap;
}


/*跨境仓储*/
.kjccPng{
	display: flex;
    align-items: center;
    height: 230px;
}

.kjccPng img {
	height: 200px;
}

.kjccTitle,
.kjccDoc {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	margin: auto;
	min-height: 170px;
	/*纵向*/
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	box-orient: vertical;
	line-height: 16px;
	height: 250px;
}

.kjccTitle>li {
	text-align: center;
	padding: 10px;
	font-weight: bold;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
}

.kjccDoc>li {
	font-size: 13px;
	color: #7a7c7e;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
	margin-bottom: 10px;
}

.kjccDoc>li>b {
	font-size: 16px;
	color: #00928F;
}

.kjccSplit>img {
	height: 230px;
}

.kjccInfShadow {
	box-shadow: 0px 0px 12px 0px #d7d7d7;
	padding: 30px 10px;
	margin: 30px 0;
	border-radius: 12px;
	color: #00928F;
}

.kjccInfShadow img {
	margin-bottom: 10px;
}

.kjccPic {
	margin-bottom: 50px;
}


/*国际专线*/

.gjzxDiv {
	margin: 30px 0;
}

.gjzxBox p {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

.gjzxBox {
	position: relative;
	overflow: hidden;
	border-radius: 30px;
	padding: 10px;
}

.gjzxBox img {
	width: 100%;
	position: relative;
}

.gjzxMeta {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	background: #00928F;
	color: #FFF;
	font-weight: 400;
	font-size: 20px;
	text-align: center;
	margin: 17px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	line-height: 3.3
}

.gjzxCnt {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 146, 143, .8);
	color: #fff;
	font-size: 20px;
	line-height: 1.6em;
	display: none;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	border: 15px solid;
	border-radius: 40px;
	line-height: 58px;
}

.gjzxCnt span{
	position: absolute;
	bottom: 0;
}

.gjzxBox:hover .gjzxMeta {
	/*animation: bounceOutBottom 1s 1 cubic-bezier(0.22, 0.61, 0.36, 1) forwards;*/
	display: none;
}

.gjzxBox:hover .gjzxCnt {
	display: flex;
	animation: bounceInBottom 1s 1 cubic-bezier(0.22, 0.61, 0.36, 1);
}


/*公司介绍*/

.gsjsDoc {
	color: #7A7C7E;
	margin: 20px 0;
	line-height: 28px;
	letter-spacing: 3px;
}

.gsjsDoc b {
	letter-spacing: 3px;
	color: #00928F;
}

.gsjsPic {
	position: relative;
}

.gsjsPic p {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #00928F;
	width: 100%;
	font-size: 20px;
	font-weight: bold;
}


/*服务中心*/

.helpDdzz {
	padding: 15px 35px 35px 35px;
	font-size: 20px;
	font-weight: bold;
}

.fwzxAction {
	background-color: rgb(247, 245, 246);
	border: 2px solid rgb(65, 188, 185);
	height: 220px;
	margin-top: -50px;
	position: relative;
}

.fwzxQuestion {
	background-color: rgb(247, 245, 246);
	margin: 30px 0;
	line-height: 24px;
}

.help .column {
	text-align: center;
}

.helpName {
	font-size: 18px;
	color: rgb(199, 198, 199);
	text-decoration: none;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.helpName:hover,
.helpName:focus {
	color: rgb(199, 198, 199);
	text-decoration: none;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.helpPic {
	height: 40px;
	margin: 10px auto;
}

.helpPic img {
	max-height: 40px;
	cursor: pointer;
}

.helpTextarea {
	border-radius: 0 !important;
	max-height: 130px;
	max-width: 680px;
	height: 85px !important;
}

.helpDiv {
	position: relative;
	height: 85px;
}

.helpBtn {
	font-size: 18px;
	color: #fff !important;
	background-color: #00928F !important;
	border-color: #00928F !important;
	padding: 3px 24px !important;
	border-radius: 15px !important;
	position: absolute;
	bottom: 0;
}

.helpBtn:hover,
.helpBtn:focus,
.helpBtn:active,
.helpBtn.active {
	color: #fff !important;
	background-color: #00928F !important;
	border-color: #00928F !important;
}

/*联系我们*/
.lxwmCol{
    border: 1px solid #00928F;
    border-radius: 30px;
    margin: 0 30px;
    padding: 10px;
    height: 320px;
}
.lxwmPic{
	background-color: #00928F;
    margin: 20px auto;
    width: 80px;
}
.lxwmPic img{
    width: 80px;
    height: 80px;
    padding: 10px;
}
.lxwmCol p{
	font-size: 14px;
}